-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poly-commitment: more docs and comments #2642
Conversation
I tested the hypothesis by adding an assert that padding equals zero, and run all the tests for kimchi.
In particular, adding the hypothesis we expect on the semantics of the inhabitant of the second type parameter.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2642 +/- ##
==========================================
+ Coverage 69.54% 69.55% +0.01%
==========================================
Files 243 243
Lines 57638 57653 +15
==========================================
+ Hits 40082 40101 +19
+ Misses 17556 17552 -4 ☔ View full report in Codecov by Sentry. |
11489e9
to
1b8e926
Compare
9d0c801
to
271e3af
Compare
@@ -466,6 +476,7 @@ pub fn combined_inner_product<F: PrimeField>( | |||
} | |||
|
|||
/// Contains the evaluation of a polynomial commitment at a set of points. | |||
#[derive(Clone)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it still required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope
No description provided.